Uses of Class
org.eclipse.vtp.framework.interactions.core.media.FormattableContent

Packages that use FormattableContent
org.eclipse.vtp.framework.interactions.core.media   
org.eclipse.vtp.framework.interactions.voice.media   
 

Uses of FormattableContent in org.eclipse.vtp.framework.interactions.core.media
 

Subclasses of FormattableContent in org.eclipse.vtp.framework.interactions.core.media
 class DateContent
           
 class DigitsContent
           
 class LettersContent
           
 class MoneyContent
           
 class NumberContent
           
 class OrdinalContent
           
 

Methods in org.eclipse.vtp.framework.interactions.core.media that return FormattableContent
protected  FormattableContent FormattableContent.configureCopy(FormattableContent copy)
           
 

Methods in org.eclipse.vtp.framework.interactions.core.media with parameters of type FormattableContent
protected  FormattableContent FormattableContent.configureCopy(FormattableContent copy)
           
 java.lang.String IFormatter.getDefaultFormatDefintion(FormattableContent formattable, java.lang.String formatName)
          Returns the string representation of the specialization of the given name and for the given formattable content type.
 java.util.List IFormatter.getDefaultFormats(FormattableContent formattable)
          Returns the List of Strings containing the readable names of any built-in specializations available for given formattable content.
 java.lang.String IFormatManager.getFormat(FormattableContent content, java.lang.String formatName)
           
 java.util.List IFormatManager.getFormats(FormattableContent content)
           
 

Uses of FormattableContent in org.eclipse.vtp.framework.interactions.voice.media
 

Methods in org.eclipse.vtp.framework.interactions.voice.media with parameters of type FormattableContent
 java.lang.String VoiceFormatter.getDefaultFormatDefintion(FormattableContent formattable, java.lang.String formatName)
           
 java.util.List VoiceFormatter.getDefaultFormats(FormattableContent formattable)
           
 java.util.List SimpleEnglishVoiceFormatter.getDefaultFormats(FormattableContent formattable)